home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2008 January / Cybermycha 1_2008.iso / Data.cab / _0B8C33E0A54E4B5F84EDBBB24AAB1A7A < prev    next >
Encoding:
Text File  |  2004-03-17  |  437 b   |  26 lines

  1. shader()
  2. {
  3.     cull("none")
  4.     sortweight("sprite")
  5.  
  6.     pass()
  7.     {
  8.         tmu()
  9.         {
  10.             texture()
  11.             {
  12.                 mapchannel(0)
  13.                 usermap(0)
  14.  
  15.                 addressfunc("clamp", "clamp", "clamp")
  16.                 filtering("linear_no_mip")
  17.                 //filtering("no_filtering")
  18.             }
  19.         }
  20.  
  21.         depthfunc("always", 0)
  22.         nofog()
  23.     }
  24. }
  25.  
  26.